home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Serious Software / PageSentry 2.5.2 Pro CD demo / Sample AppleScripts / DisplayDialog (Simple) < prev    next >
Text File  |  1996-02-04  |  361b  |  6 lines

  1. --- PageSentry Notification Applet
  2. --- DisplayDialog
  3.  
  4. on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
  5.     display dialog "Received Sentry Event" & return & return & "SentryName: " & sentryName & return & "failed URL: " & failedURL & return & "Extra: " & extra & return & "Status: " & Status
  6. end «event SENTfail»